.one {
	font-family: Times New Roman;
	font-size:25pt;
	color:darkgreen;
}

.two {
	text-decoration: none;
	font-family: georgia;
}

.un {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}


a:link {
color: green;
}
a:visited {
color: forestgreen;
}
a:hover {
color: LawnGreen;
text-decoration: none;
}
a:active {
color: yellow;
text-decoration: none;
}


html, body { scrollbar-face-color: DarkOliveGreen; scrollbar-highlight-color: #60EA36;scrollbar-shadow-color: greenyellow; scrollbar-darkshadow-color: DarkGreen; scrollbar-3dlight-color: yellow; scrollbar-arrow-color: LawnGreen; scrollbar-track-color: black; }